CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - matlab knapsack

搜索资源列表

  1. sa_01.zip

    0下载:
  2. 本程序是在MATLAB平台上面实现的用模拟退火算法解决01背包问题。,This procedure is in the MATLAB platform achieved with simulated annealing algorithm to solve knapsack problem 01.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:966
    • 提供者:周薇
  1. matlab.rar

    1下载:
  2. 不错的程序,欢迎下载,登山算法,解决背包问题,不错,Good program, please download, climbing algorithm to solve knapsack problem, yes
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:2379
    • 提供者:david
  1. xujinpeng-matlab.rar

    0下载:
  2. 遗传算法编程求解旅行商问题;图论中最短路问题的Matlab程序实现;背包问题模型的Matlab程序实现。,Genetic Algorithm for Solving Traveling Salesman Problem programming graph theory, shortest path problem in the Matlab program implementation knapsack problem Matlab model implementation process.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:505301
    • 提供者:徐进澎
  1. GQA.rar

    2下载:
  2. 遗传量子算法求解背包问题Matlab源码,Quantum Genetic Algorithm for Knapsack Problem
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:11655
    • 提供者:林剑祥
  1. test-data-for-01-knapscap-problem

    0下载:
  2. 这个是用于01背包问题的测试数据,很多论文都用这其中的数据集来测试-This is a knapsack problem for the 01 test data, a lot of papers with which the data set to test
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:4221
    • 提供者:吴凡
  1. beibao

    0下载:
  2. 背包问题,可以解决最短路径问题,或优化问题-Knapsack problem, the shortest path problem can be solved, or optimization problems
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1224
    • 提供者:liuyanan
  1. SimulatedAnnealingAlgorithm

    1下载:
  2. matlab编制的用模拟退火算法解决0-1背包问题的具体实例-matlab prepared using simulated annealing algorithm to solve 0-1 knapsack problem specific examples of
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1535
    • 提供者:潘晔
  1. GA

    2下载:
  2. 本程序是在MATLAB平台上,利用智能优化算法遗传算法来解决01背包问题。在0 / 1背包问题中,需对容量为c 的背包进行装载。从n 个物品中选取装入背包的物品,每件物品i 的重量为wi ,价值为pi 。对于可行的背包装载,背包中物品的总重量不能超过背包的容量,最佳装载是指所装入的物品价值最高。-This procedure is in the MATLAB platform using intelligent genetic algorithm optimization algorithm t
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1625
    • 提供者:周薇
  1. 0-1-knapsack-problem

    0下载:
  2. 模拟退火解决0-1背包问题,初学者可以借鉴-Simulated annealing to solve 0-1 knapsack problem, beginners can learn from
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4217
    • 提供者:马贺
  1. gabags

    0下载:
  2. 网站上关于遗传算法开发可谓工具箱满天飞。可工具箱超级难用。鉴于此,本人自己完全用matlab实现遗传算法解决多背包问题并留了qq。-Web site development on the genetic algorithm toolbox is all over the place. Toolbox can be super hard to use. In view of this, I am not at all with the realization of genetic algorith
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1504
    • 提供者:李斌
  1. KnapsackProblem

    0下载:
  2. 这是用MATLAB编写的模拟退火算法求解背包问题的程序-This is prepared using MATLAB algorithm simulated annealing procedure for Knapsack Problem
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:8297
    • 提供者:刘翔
  1. SA

    1下载:
  2. 这是用模拟退火算法解决0-1背包问题,下载后可直接运行,可以帮助有需要对模拟退火算法进行了解的朋友。-This is a simulated annealing algorithm to solve the 0-1 knapsack problem, after downloading, can be directly run, you can help those in need of the simulated annealing algorithm to find out about fr
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1195
    • 提供者:小吴
  1. pso_01

    1下载:
  2. 使用二进制PSO解决0-1背包问题的MATLAB程序-The use of PSO to solve 0-1 knapsack problem
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:9967
    • 提供者:waterjj
  1. beibaoPSO

    1下载:
  2. 这份源代码是用粒子群算法解决0/1背包问题,可以正常运行。-The source code is the particle swarm algorithm to solve 0/1 knapsack problem, it works.
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:1257
    • 提供者:风暴
  1. yichuansuanfa

    0下载:
  2. 将贪婪修复方法与遗传算法相结合,构成混和遗传算法,并求解经典背包问题。-The greedy repair method and genetic algorithm are combined to form hybrid genetic algorithm, and solve the classical knapsack problem.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:23848
    • 提供者:施金泉
  1. knapsackAlgorithm

    2下载:
  2. 遗传算法实现背包问题的matlab代码,分享给大家-Knapsack problem genetic algorithm matlab code to share for everyone
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:957
    • 提供者:方周冰
  1. bagPSO

    0下载:
  2. matlab 用PSO 解决背包问题-matlab solve the knapsack problem with PSO
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1259
    • 提供者:徐玖
  1. thegreedyalgorithmusinggeneticalgorithmssolveknaps

    0下载:
  2. 详细的讲述了贪心算法和遗传算法相结合去求解NP难题,背包问题。-Greedy algorithm described in detail and the combination of genetic algorithms to solve the NP problem, knapsack problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:2890
    • 提供者:liulei
  1. knapsack-ga

    0下载:
  2. knapsack genet algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:2083
    • 提供者:mahdi
  1. PSO-for-knapsack-problem

    0下载:
  2. pso算法在背包问题中的matlab程序。-pso algorithm in the knapsack problem in the matlab program.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:18572
    • 提供者:hancunai
« 12 3 4 5 »
搜珍网 www.dssz.com